home *** CD-ROM | disk | FTP | other *** search
/ Chaos CD Blue / Chaos_CD_Blue__[1999].iso / contrib / selfhtml / ytest.wrl < prev    next >
Text File  |  1998-04-27  |  727b  |  28 lines

  1. #VRML V1.0 ascii
  2.  Separator {
  3.   DirectionalLight {
  4.       direction 0 0 -1  # Licht aus Richtung des Betrachters auf die Szenerie fallen lassen
  5.   }
  6.   PerspectiveCamera {   # Perspektive einstellen
  7.       position    -8.6 2.1 5.6   
  8.       orientation -0.1352 -0.9831 -0.1233  1.1417
  9.       focalDistance       10.84
  10.   }
  11.   Separator {   # Rote Kugel definieren
  12.       Material {
  13.           diffuseColor 1 0 0   # Red
  14.       }
  15.       Translation { translation 3 0 1 }
  16.       Sphere { radius 2.3 }
  17.   }
  18.   Separator {  # Blauen Wⁿrfel definieren
  19.       Material {
  20.           diffuseColor 0 0 1  # Blue
  21.       }
  22.       Transform {
  23.           translation -2.4 .2 1
  24.           rotation 0 1 1  .9
  25.       }
  26.       Cube {}
  27.   }
  28. }